This commit is contained in:
aozhiwei 2023-08-02 16:03:08 +08:00
parent a59372c478
commit dc7675cade

View File

@ -185,6 +185,10 @@ class ShopController extends BaseAuthedController {
$this->_rspErr(1, 'goods_num is invalid');
return;
}
if ($goodsMeta['token_type'] != mt\Shop::TOKEN_TYPE_USD) {
$this->_rspErr(1, 'config error token_type');
return;
}
}
public function queryInAppBalance()