zoukankan      html  css  js  c++  java
  • gorm appid 返回为空

    type Mini struct {
    ID int `json:"id"`
    Appid string `json:"appid"` // 如果是 AppId 则数据库需要写成 app_id , 才会返回 appid:'32323'。否则查询到的返回值为空。 或者 写成 AppId, 'json:"app_id"' 返回 app_id:"32323"
    MchId string `json:"mch_id"`
    Secret string `json:"secret"`
    TradeType string `json:"trade_type"`
    CreatedAt time.Time `json:"created_at"`
    UpdatedAt time.Time `json:"updated_at"`
    DeletedAt *time.Time `json:"deleted_at"`
    }
  • 相关阅读:
    【leetcode】1230.Toss Strange Coins
    2018.12.25 SOW
    L203 词汇题
    L202
    L201
    L200
    2018
    2018.12.21 Cmos- RF
    L198
    L196 Hospital educations
  • 原文地址:https://www.cnblogs.com/winyh/p/14547086.html
Copyright © 2011-2022 走看看