作者 郭文星

'123'

@@ -1275,7 +1275,7 @@ if (!function_exists('sendSubscribeMessage')) { @@ -1275,7 +1275,7 @@ if (!function_exists('sendSubscribeMessage')) {
1275 1275
1276 //file_put_contents('notify.txt',$data.PHP_EOL,FILE_APPEND); 1276 //file_put_contents('notify.txt',$data.PHP_EOL,FILE_APPEND);
1277 //跳转小程序类型:developer为开发版;trial为体验版;formal为正式版;默认为正式版 1277 //跳转小程序类型:developer为开发版;trial为体验版;formal为正式版;默认为正式版
1278 - $data['miniprogram_state'] = 'formal'; 1278 + //$data['miniprogram_state'] = 'formal';
1279 1279
1280 return curlPost($url, json_encode($data)); 1280 return curlPost($url, json_encode($data));
1281 } 1281 }