@@ -17,31 +17,31 @@ class SanJinService extends BaseService
public static $CHANNEL = ['test' => '测试' ,'zfb' => '支付宝'];
public static $PRODUCT = [
- 'T888' => [
- 'type' => 'test',
- 'rate' => 0.02,
- 'max' => 5000,
- 'min' => 10
- ],
- 'ZPB001' => [
+ // 'T888' => [
+ // 'type' => 'test',
+ // 'rate' => 0.02,
+ // 'max' => 5000,
+ // 'min' => 10
+ // ],
+ 'ZFB001' => [
'type' => 'zfb',
'rate' => 0.085,
'max' => 200,
'min' => 100
],
- 'ZPB002' => [
+ 'ZFB002' => [
'rate' => 0.057,
'min' => 1000
- 'ZPB003' => [
+ 'ZFB003' => [
'rate' => 0.052,
'max' => 1000,
'min' => 3000
- 'ZPB004' => [
+ 'ZFB004' => [
'rate' => 0.042,
'max' => 3000,