生成加减乘除运算验证码

GET
https://apix.iqfk.top/api/code

接口描述

生成加减乘除运算验证码

请求参数

暂无数据

请求示例

var axios = require('axios')

var config = {
  method: 'get',
  url: ''
}

axios(config)
  .then(function (response) {
    console.log(JSON.stringify(response.data))
  })
  .catch(function (error) {
    console.log(error)
  })

返回示例

{
  "image_path": "https://jx.iqfk.top/api/code/175877440561cad640.png",
  "expression": "3 减 3",
  "result": 0,
  "request_id": "2f1b4cb6f7f9cf5cfe05a2bb"
}