code review by fei.hong: do modify send mobile verify code client_type to h5
Showing
1 changed file
with
2 additions
and
0 deletions
@@ -120,6 +120,8 @@ class RegData | @@ -120,6 +120,8 @@ class RegData | ||
120 | public static function sendCodeToMobile($area, $mobile) | 120 | public static function sendCodeToMobile($area, $mobile) |
121 | { | 121 | { |
122 | $param = Yohobuy::param(); | 122 | $param = Yohobuy::param(); |
123 | + $param['client_type'] = 'h5'; // 2016/02/18 hf: 根据JAVA邓新飞的发短信内容需要调整 | ||
124 | + $param['private_key'] = Yohobuy::$privateKeyList['android']; // H5默认使用Android的私钥 | ||
123 | $param['method'] = 'app.register.sendRegCodeToMobile'; | 125 | $param['method'] = 'app.register.sendRegCodeToMobile'; |
124 | $param['area'] = $area; | 126 | $param['area'] = $area; |
125 | $param['mobile'] = $mobile; | 127 | $param['mobile'] = $mobile; |
-
Please register or login to post a comment