|
@@ -74,7 +74,7 @@ class Notifynew extends Api
|
|
|
|
|
|
//逻辑开始
|
|
//逻辑开始
|
|
$args = json_decode($orderInfo['args'],true);
|
|
$args = json_decode($orderInfo['args'],true);
|
|
- $result = model('Wallet')->lockChangeAccountRemain($orderInfo['user_id'],$args['gold'],'+',0,'金币充值',1,'jewel');
|
|
|
|
|
|
+ $result = model('Wallet')->lockChangeAccountRemain($orderInfo['user_id'],$args['jewel'],'+',0,'金币充值',1,'jewel');
|
|
if($result['status']===false)
|
|
if($result['status']===false)
|
|
{
|
|
{
|
|
Db::rollback();
|
|
Db::rollback();
|