From 07f35e0a0678c3a5b31d3aef9887d9bcf10a7a0b Mon Sep 17 00:00:00 2001 From: dennis Date: Wed, 20 Sep 2023 13:54:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E6=AC=A1=E5=9B=A0=E6=87=89API?= =?UTF-8?q?=E5=9B=9E=E5=82=B3=E7=9A=84=E9=83=A8=E4=BB=BD=E6=AC=84=E4=BD=8D?= =?UTF-8?q?=E4=B8=8D=E7=82=BA=E6=96=87=E4=BB=B6=E6=A8=99=E8=A8=98=E7=9A=84?= =?UTF-8?q?int?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FeeAuditJSON.go | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/FeeAuditJSON.go b/FeeAuditJSON.go index db074a8..2c2d1ce 100644 --- a/FeeAuditJSON.go +++ b/FeeAuditJSON.go @@ -216,19 +216,19 @@ type ExceptionRecord struct { // ApproveRecord 是審核通過服務記錄 type ApproveRecord struct { - SourceSystem string `json:"source_system"` // 來源系統別 - ObjID string `json:"objid"` // 識別碼 - TransNo string `json:"trans_no"` // 交易序號 - Price int `json:"price"` // 單價 - Copayment int `json:"copayment"` // 自付額 + SourceSystem string `json:"source_system"` // 來源系統別 + ObjID string `json:"objid"` // 識別碼 + TransNo string `json:"trans_no"` // 交易序號 + Price float64 `json:"price"` // 單價 + Copayment float64 `json:"copayment"` // 自付額 } // ASvcRecord 是 A 碼加成資料區 type ASvcRecord struct { - RefSourceSystem string `json:"ref_source_system"` // 審核通過服務記錄來源系統別 - RefObjID string `json:"ref_objid"` // 審核通過服務記錄識別碼 - AGovItemCode string `json:"a_gov_item_cd"` // A 碼 - Price int `json:"price"` // 單價 + RefSourceSystem string `json:"ref_source_system"` // 審核通過服務記錄來源系統別 + RefObjID string `json:"ref_objid"` // 審核通過服務記錄識別碼 + AGovItemCode string `json:"a_gov_item_cd"` // A 碼 + Price float64 `json:"price"` // 單價 } // AppCancelUpload 是 AppCancel 的傳送資料