dever %!s(int64=6) %!d(string=hai) anos
pai
achega
61ab8de757
Modificáronse 2 ficheiros con 3 adicións e 2 borrados
  1. 1 0
      config/base.php
  2. 2 2
      database/account.php

+ 1 - 0
config/base.php

@@ -9,6 +9,7 @@ $config['base'] = array
 		(
 			'wechat' => '微信支付',
 			//'alipay' => '支付宝',
+			'cmbc' => '招商支付',
 		),
 
 		'status' => array

+ 2 - 2
database/account.php

@@ -78,7 +78,7 @@ return array
 			'desc' 		=> 'appid',
 			'match' 	=> 'is_string',
 			'update'	=> 'text',
-			'show'	=> 'type=wechat',
+			'show'	=> 'type=wechat,cmbc',
 		),
 
 		'appsecret'		=> array
@@ -89,7 +89,7 @@ return array
 			'desc' 		=> 'appsecret',
 			'match' 	=> 'is_string',
 			'update'	=> 'text',
-			'show'	=> 'type=wechat',
+			'show'	=> 'type=wechat,cmbc',
 		),
 
 		'account'		=> array