|
|
@@ -256,10 +256,10 @@ var (
|
|
|
BaseBadRecord string = "BadRecord" //不良记录表
|
|
|
OilSupplierCert2FileName string = "OilSupplierCert2File" // 准入与资质对应关系表
|
|
|
OilCorporateInfoName string = "OilCorporateInfo" //企业用户注册临时表
|
|
|
- OilSupplierPauseReasonName string = "OilSupplierPauseReason"
|
|
|
- OilPaymentInfoName string = "OilPaymentInfo" //交费信息
|
|
|
- OilActivityName string = "OilActivity" //
|
|
|
- OilCatalogName string = "OilCatalog" //目录表
|
|
|
+ OilSupplierPauseReasonName string = "OilSupplierPauseReason"
|
|
|
+ OilPaymentInfoName string = "OilPaymentInfo" //交费信息
|
|
|
+ OilActivityName string = "OilActivity" //
|
|
|
+ OilCatalogName string = "OilCatalog" //目录表
|
|
|
DelOilSupplierCertName string = "Del_OilSupplierCert"
|
|
|
DelOilSupplierName string = "Del_OilSupplier"
|
|
|
DelOilSupplierFileName string = "Del_OilSupplierFile"
|
|
|
@@ -315,6 +315,7 @@ func (this *BaseController) Prepare() {
|
|
|
"/api/register/getauditerbydept",
|
|
|
"/api/register/getCode",
|
|
|
"/api/register/updatepassword",
|
|
|
+ "/api/bankapi/get-icbc-gfgl2019-token",
|
|
|
}
|
|
|
for _, v := range urls {
|
|
|
fmt.Println("**this.Ctx.Input.URL()**", this.Ctx.Input.URL())
|