10 lines
146 B
Go
10 lines
146 B
Go
package tiktok_store
|
|
|
|
type TransportCallbackResp struct {
|
|
Tag string `json:"tag"`
|
|
MsgID string `json:"msgID"`
|
|
}
|
|
|
|
type ShipmentInfo struct {
|
|
}
|