作者 jinglong

修改小程序配置

... ... @@ -12,7 +12,6 @@ namespace app\api\controller;
use app\admin\model\MobileCode;
use think\Db;
use think\db\Query;
/**
* 公共方法
*/
... ... @@ -104,7 +103,7 @@ class Common
public static function sendCode($mobile,$content){
date_default_timezone_set('PRC');//设置时区
$url = "http://www.ztsms.cn/sendNSms.do";//提交地址
$username = 'hengruixiaofang';//用户名
$username = 'jiazhengcm';//用户名
$password = 'Cxz307312';//原密码
//短信平台绑定手机号18612918096
$data = array(
... ...
... ... @@ -2,8 +2,8 @@
return [
//小程序参数
'raw' => [
'app_id' => 'wxaf46d7ba4df8c0d2',//app_id(瑜伽的)
'secret' => '5d00cce7afaad45b27e16817d403b1dc',//秘钥(瑜伽的)
'app_id' => 'wxf6853676224588fe',
'secret' => 'f2543d0738a8c124809c32f2da375b8c',
],
'host' => 'http://mite.w.brotop.cn',
//分页数量
... ...