ソースを参照

证件识别api

master
huangjiajun 1年前
コミット
d93a7131b5
1個のファイルの変更4行の追加0行の削除
  1. +4
    -0
      card_pack/api.go

+ 4
- 0
card_pack/api.go ファイルの表示

@@ -7,6 +7,7 @@ import (
zhios_third_party_utils "code.fnuoos.com/go_rely_warehouse/zyos_go_third_party_api.git/utils"
"errors"
"fmt"
"github.com/tidwall/gjson"
"time"
"xorm.io/xorm"
)
@@ -34,6 +35,9 @@ func CardPackSend(engine *xorm.Engine, args map[string]interface{}) (string, err
if err2 != nil {
return "", err2
}
if gjson.Get(send, "success").Bool() == false {
return "", errors.New("识别失败")
}
//存入记录
ext := map[string]interface{}{
"send": send,


読み込み中…
キャンセル
保存