多商户平台新增商户时未能接收到完整参数

bug问题 · xiaoW · 于 4年前 发布 · 1310 次阅读

疑似bug文件:\addons\fecmall\fecbbc\services\bdminUser\BdminUser.php

打印数据位置:

新增数据:

得出结果:

array(13) {
  ["id"]=>
  string(1) "9"
  ["username"]=>
  string(8) "zhengwen"
  ["password"]=>
  string(0) ""
  ["email"]=>
  string(16) "394944062@qq.com"
  ["person"]=>
  string(3) "文"
  ["status"]=>
  string(1) "1"
  ["birth_date"]=>
  string(0) ""
  ["auth_key"]=>
  string(32) "F7ePW1CDUgjg7qzf-uP5GNosMGF7BMHw"
  ["access_token"]=>
  string(32) "bWbgCCTUZZ5Ow9NnnNu3aygGiy2QuNrB"
  ["bdmin_bank"]=>
  string(12) "兴业银行"
  ["bdmin_bank_name"]=>
  string(12) "123123123123"
  ["bdmin_bank_account"]=>
  string(12) "他们他人"
  ["call_back_url"]=>
  string(4) "1111"
}
-----------------------

array(24) {
  ["id"]=>
  int(9)
  ["username"]=>
  string(8) "zhengwen"
  ["password_hash"]=>
  string(60) "$2y$13$TpL2mMnYvcIGKvjd/kykfu/rk23b9WqSgbBpqmlw88Nt5J8Al4zTe"
  ["password_reset_token"]=>
  NULL
  ["email"]=>
  string(16) "394944062@qq.com"
  ["person"]=>
  string(3) "文"
  ["code"]=>
  NULL
  ["auth_key"]=>
  string(32) "F7ePW1CDUgjg7qzf-uP5GNosMGF7BMHw"
  ["status"]=>
  string(1) "1"
  ["created_at"]=>
  NULL
  ["updated_at"]=>
  NULL
  ["password"]=>
  string(0) ""
  ["access_token"]=>
  string(32) "bWbgCCTUZZ5Ow9NnnNu3aygGiy2QuNrB"
  ["access_token_created_at"]=>
  NULL
  ["allowance"]=>
  NULL
  ["allowance_updated_at"]=>
  NULL
  ["created_at_datetime"]=>
  string(19) "2020-04-14 10:25:59"
  ["updated_at_datetime"]=>
  string(19) "2020-04-17 10:16:49"
  ["birth_date"]=>
  NULL
  ["bdmin_bank"]=>
  NULL
  ["bdmin_bank_name"]=>
  NULL
  ["bdmin_bank_account"]=>
  NULL
  ["uuid"]=>
  NULL
  ["call_back_url"]=>
  NULL
}

具体原因我也在查,也希望有大佬指点。

共收到 2 条回复
Fecmall#14年前 0 个赞

测试了一下,存在这个问题,下午处理一下

Fecmall#24年前 0 个赞

该问题已经修复,升级一下fecbbc即可/

添加回复 (需要登录)
需要 登录 后方可回复, 如果你还没有账号请点击这里 注册
Your Site Analytics