This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
package zking
type ClaimCallbackData struct {
PolicyNo string `json:"policyNo" form:"policyNo"`
Msg string `json:"msg" form:"msg"`
Status string `json:"status" form:"status"` //2 已理赔,0 理赔失败
}