您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- package main
-
- import (
- "biukop.com/sfm/loan"
- log "github.com/sirupsen/logrus"
- "testing"
- )
-
- func TestDecodePayInMain(t *testing.T) {
- ai := AiDecodeIncome{}
- ul := loan.Uploads{}
- ul.Read(30)
- _ = ai.decodeUploadToPayIn(ul)
- log.Println(ai)
- }
|