Commit e7fa0b7d authored by jianghaiming's avatar jianghaiming

update:set

parent 4626260b
...@@ -312,7 +312,7 @@ class DistributorService ...@@ -312,7 +312,7 @@ class DistributorService
$params = [ $params = [
'mobile' => !empty($params['mobile']) ? $params['mobile'] : '', 'mobile' => !empty($params['mobile']) ? $params['mobile'] : '',
'appid' => !empty($params['appid']) ? $params['appid'] : 'hubble', 'appid' => !empty($params['appid']) ? $params['appid'] : 'hubble',
'code' => !empty($params['code']) ? $params['code'] : '', 'code' => !empty($params['sms_code']) ? $params['sms_code'] : '',
'key' => 'f16bdd46292480b4b82c841d90a6ba02', 'key' => 'f16bdd46292480b4b82c841d90a6ba02',
'partner' => !empty($params['appid']) ? $params['appid'] : 'hubble', 'partner' => !empty($params['appid']) ? $params['appid'] : 'hubble',
"scene" => "distributor" "scene" => "distributor"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment