Commit 93a0af97 authored by wuxiaoli's avatar wuxiaoli

修复取消自选

parent 6a0a44bb
...@@ -301,7 +301,7 @@ class Index extends Common ...@@ -301,7 +301,7 @@ class Index extends Common
$uid = MID; $uid = MID;
$req = request(); $req = request();
$code = intval($req::instance()->param('code')); $code = intval($req::instance()->param('code'));
$market = intval($req::instance()->param('market')); $market = $req::instance()->param('market');
if ($code === null) { if ($code === null) {
return json(['status' => 0, 'message' => '缺少参数code,操作失败']); return json(['status' => 0, 'message' => '缺少参数code,操作失败']);
} else { } else {
......
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