package jdlclient /** * @Author: qz * @Date: 2022/6/14 13:44 * @Description: */ type JdLRequest interface { GetPath() string GetBody() string }