This commit is contained in:
aozhiwei 2022-02-22 16:32:04 +08:00
parent f9757e5aa4
commit 9244aa93e4

View File

@ -506,7 +506,9 @@ class MarketController extends BaseController {
die(); die();
return; return;
} else { } else {
myself()->_rspOk(); myself()->_rspData(array(
'token' => ''
));
} }
} }
} }