1
This commit is contained in:
parent
a59372c478
commit
dc7675cade
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user