💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
~~~[api] post:/api/user/indexTransactionData *string:token=默认值#服务商登录令牌 startTime=2021-04-01 00:00:00#开始时间 endTime=2021-04-30 23:59:59#结束时间 maxAmount=999.99#最大金额 lowerAmount=2.00#最小金额 <<< success { "status":1, "message":"ok", "order_data":[], "data":{ "transaction_amount":"147,767.53", //交易金额 "number_of_commission":970, //佣金笔数 "refund_amount":"60.00", //退款金额 "number_of_refunds":1, //退款笔数 "actual_revenue":"147,767.53", //实际营收 "my_commission":"48,912.50" //我的佣金 } } <<< error { "status":2, "message":"错误信息", "order_data":[], "data":[] } ~~~