|
@@ -152,11 +152,11 @@ func (this *Invoice) Invoiceswitch() {
|
|
|
}, data)
|
|
|
}
|
|
|
}
|
|
|
+ this.ServeJson(map[string]interface{}{
|
|
|
+ "code": "1001",
|
|
|
+ "messge": "因第三方发票系统升级,开发票功能暂停使用。如有疑问,请咨询客服400-108-6670",
|
|
|
+ })
|
|
|
}
|
|
|
- this.ServeJson(map[string]interface{}{
|
|
|
- "code": "1001",
|
|
|
- "messge": "因第三方发票系统升级,开发票功能暂停使用。如有疑问,请咨询客服400-108-6670",
|
|
|
- })
|
|
|
}
|
|
|
|
|
|
func (this *Invoice) Invoiceecho() {
|