params_helper.py 122 B

1234
  1. # 需多次使用参数类
  2. class Params(object):
  3. def __init__(self, request_id):
  4. self.request_id = request_id