|
|
@@ -38,7 +38,7 @@ class Shop extends Shunfeng
|
|
|
'balance' => $response['result']['balance'],
|
|
|
'reserved_amount' => $response['result']['reserved_amount'],
|
|
|
'withdraw_amount' => $response['result']['withdraw_amount'],
|
|
|
- 'supplier_balance' => $response['result']['supplier_balance'],
|
|
|
+ 'pay_amount' => $response['result']['pay_amount'],
|
|
|
'message' => '查询余额成功',
|
|
|
];
|
|
|
}
|