Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a60851f892 |
@@ -5,7 +5,7 @@
|
||||
"homepage": "http://git.yuzhankeji.cn/xuanchen/WoUnicom.git",
|
||||
"authors": [
|
||||
{
|
||||
"name": "玄尘",
|
||||
"name": "xuanchen",
|
||||
"email": "122383162@qq.com"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -78,8 +78,9 @@ class WoUnicom
|
||||
*/
|
||||
public function callback($inputs)
|
||||
{
|
||||
info('weounicom inputs');
|
||||
info($inputs);
|
||||
if (empty($inputs)) {
|
||||
return '缺少必要参数';
|
||||
}
|
||||
|
||||
$params = str_replace('$', '&', $inputs);
|
||||
parse_str($params, $data);
|
||||
|
||||
Reference in New Issue
Block a user