This commit is contained in:
root 2020-01-20 17:13:14 +08:00
parent aaf94e61a2
commit 0675268a16

View File

@ -279,7 +279,7 @@ class OrderController extends Controller
$bitpayX = new \StdClass(); $bitpayX = new \StdClass();
$bitpayX->name = '聚合支付'; $bitpayX->name = '聚合支付';
$bitpayX->method = 4; $bitpayX->method = 4;
$bitpayX->icon = 'bitcoin'; $bitpayX->icon = 'wallet';
array_push($data, $bitpayX); array_push($data, $bitpayX);
} }
@ -287,7 +287,7 @@ class OrderController extends Controller
$obj = new \StdClass(); $obj = new \StdClass();
$obj->name = '聚合支付'; $obj->name = '聚合支付';
$obj->method = 5; $obj->method = 5;
$obj->icon = 'alipay'; $obj->icon = 'wallet';
array_push($data, $obj); array_push($data, $obj);
} }