|
|
@@ -161,7 +161,7 @@ class UserExtract extends AuthController
|
|
|
|
|
|
$real_get = $extract['extract_price'] - $extract['commission_gf'] - $extract['commission_consumer'] - $extract['commission_yue'] - $extract['commission'];
|
|
|
|
|
|
- if ($real_get >= 0.3 && $extract['extract_type'] == 'weixin') {
|
|
|
+ if ($res && $real_get >= 0.3 && $extract['extract_type'] == 'weixin') {
|
|
|
$open_id = WechatUser::where('uid', $extract['uid'])->find();
|
|
|
if ($open_id['openid']) {
|
|
|
try {
|