aa
This commit is contained in:
@@ -115,7 +115,7 @@ func TestPackagePriceGet(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestPoiSettleSave(t *testing.T) {
|
||||
err := api.PoiSettleSave(&PoiSettleSaveParam{
|
||||
_, err := api.PoiSettleSave(&PoiSettleSaveParam{
|
||||
Type: 0,
|
||||
ApplyInfos: []*ApplyInfo{
|
||||
&ApplyInfo{
|
||||
@@ -141,3 +141,11 @@ func TestPoiSettleCategoryList(t *testing.T) {
|
||||
}
|
||||
t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
func TestPoiSettleSettlementList(t *testing.T) {
|
||||
result, err := api.PoiSettleSettlementList()
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user