This commit is contained in:
邹宗楠
2025-09-28 14:02:26 +08:00
parent 2a43a68a46
commit 8440c44564
6 changed files with 39 additions and 13 deletions

View File

@@ -49,13 +49,13 @@ func TestQueryUnansweredInvoice(t *testing.T) {
}
func TestBathUpdateInvoiceSetting(t *testing.T) {
api.BathUpdateInvoiceSetting("1298742562", &StoreInvoiceSetting{
api.BathUpdateInvoiceSetting("32267545379", &StoreInvoiceSetting{
InvoiceMaterial: "ELECTRONIC",
InvoiceClass: "VAT_COMMON",
InvoiceContact: struct {
Person string `json:"person"`
Phone string `json:"phone"`
}{Person: "老板", Phone: "15020067079"},
}{Person: "老板", Phone: "13551100183"},
InvoiceMode: "SYS_MANUAL",
})
}