Files
jx-callback/business/partner/purchase/tiktok_store/transport_callback.go
richboo111 2ed41dae8c setfence
2022-12-12 10:29:33 +08:00

10 lines
146 B
Go

package tiktok_store
type TransportCallbackResp struct {
Tag string `json:"tag"`
MsgID string `json:"msgID"`
}
type ShipmentInfo struct {
}