|
@@ -144,7 +144,7 @@ public class payorder extends Controller {
|
|
|
return getSucReturnObject().setData(rows).toString();
|
|
|
}
|
|
|
|
|
|
- @API(title = "付费订单列表")
|
|
|
+ @API(title = "付费订单列表",apiversion = R.ID20230904132202.v1.class)
|
|
|
public String list() throws YosException {
|
|
|
StringBuffer where = new StringBuffer(" 1=1 ");
|
|
|
if (content.containsKey("where")) {
|