|
@@ -11,12 +11,6 @@ import com.ichaoj.ams.script.annotation.ScriptType;
|
|
|
* @author wren
|
|
|
*/
|
|
|
@Script(name = "zk-sync-tiktokfi-mint",
|
|
|
- type = ScriptType.Js,
|
|
|
- params = {
|
|
|
- @ScriptParam(name = "amountMin", note = "最小金额"),
|
|
|
- @ScriptParam(name = "amountMax", note = "最大金额"),
|
|
|
- @ScriptParam(name = "accuracy", note = "精度")
|
|
|
- }
|
|
|
-)
|
|
|
+ type = ScriptType.Js)
|
|
|
public class TiktokFiMint extends JsScript {
|
|
|
}
|