This commit is contained in:
richboo111
2022-12-12 10:29:33 +08:00
parent dcf9a26971
commit 2ed41dae8c
3 changed files with 35 additions and 17 deletions

View File

@@ -0,0 +1,9 @@
package tiktok_store
type TransportCallbackResp struct {
Tag string `json:"tag"`
MsgID string `json:"msgID"`
}
type ShipmentInfo struct {
}