Commit 362b34da by 王昆

gsb

parent 105bd582
......@@ -10,7 +10,7 @@ class InvoiceApi extends APIBase {
}
async saveInvoiceApi(pobj, query, req) {
pobj.creditCode = "91110105589080831E";
pobj.creditCode = "92410204MA477NWU0H";
try {
return await this.invoiceSve.apiSaveInvoiceCNB(pobj);
} catch (e) {
......@@ -21,7 +21,7 @@ class InvoiceApi extends APIBase {
async invoiceListApi(pobj, query, req) {
try {
pobj.creditCode = "91110105589080831E";
pobj.creditCode = "92410204MA477NWU0H";
// pobj.businessmenCreditCode = "111";
return await this.invoiceSve.apiInvoiceListCNB(pobj);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment