@@ -86,6 +86,8 @@ class PurchaseClearController extends BaseController
if (isset($post['currentMiniOpenId']) && !empty($post['currentMiniOpenId'])) {
$openId = $post['currentMiniOpenId'];
}
+ }
+ if (empty($openId)) {
util::fail('没有openId');
$capitalType = dict::getDict('capitalType', 'hdPurchaseClear', 'id');