@@ -27,8 +27,8 @@ func GetICBCService(xormEngine *xorm.Engine) *ICBCService {
s := new(ICBCService)
s.DBE = xormEngine
s.BaseUrl = utils.Cfg.MustValue("bank", "callbackHost")
- s.Username = "yanshi"
- s.Password = "Gf123456@2019"
+ s.Username = "icbc2019"
+ s.Password = "Icbc@2019##"
return s
}
@@ -16,7 +16,7 @@ import (
. "dashoo.cn/backend/api/controllers"
"dashoo.cn/utils"
)
-
+// 提供给银行接口的用户名 和 密码:icbc2019, Icbc@2019##
// Operations about Users
type ICBCController struct {
BaseController
@@ -337,7 +337,7 @@ func (this *SelectController) GetBaseInfo() {
-// @Title 根据分页获取公司信息和准入
+// @Title 根据分页获取公司信息和准入, // 提供给银行接口的用户名 和 密码:ceshi1, Ceshi111
// @Description
// @Success 200 {object}
// @router /getinfobypage [post]